home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 22
/
AACD 22.iso
/
AACD
/
Programming
/
powerd
/
lib
/
powerd.lha
/
powerd_ppc
/
Odd.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-11-16
|
156 b
|
17 lines
# Odd(r3:LONG)(BOOL)
.text
.global _Odd
_Odd:
andi. r3,r3,1
bne .yes
.no: li r3,0
blr
.yes: li r3,-1
blr
.type _Odd,@function
.size _Odd,$-_Odd